home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
026-050
/
049
/
cycloids
/
pointer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-13
|
501b
|
28 lines
#define height 14
struct SpriteImage {
UWORD posctl[2];
UWORD sprdata[2][height];
UWORD reserved[2];
};
/********************Sprite-Pointer-Defines*********************/
struct SpriteImage PointImage = {
100,100,
0x0000, 0x3ffe,
0x0000, 0x3ffe,
0x0080, 0x3ffe,
0x0080, 0x1ffc,
0x0080, 0x1ffc,
0x0080, 0x0ff8,
0x0080, 0x0ff8,
0x0000, 0x07f0,
0x0080, 0x07f0,
0x0080, 0x07f0,
0x0000, 0x03e0,
0x0000, 0x03e0,
0x0000, 0x01c0,
0x0000, 0x8000,
NULL,NULL
};